home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d3 / rettig.arc / TRSOURCE.EXE / INT3.ASM < prev    next >
Assembly Source File  |  1990-10-22  |  331b  |  16 lines

  1. ; Function: INT3.ASM
  2. ;
  3. ; by Leonard Zerman
  4. ;
  5. ; Placed in the public domain by Tom Rettig Associates, 10/22/1990.
  6. ;---------------------------------------------------------------
  7.         INCLUDE EXTENDA.INC
  8.  
  9.         CLpublic <INT3>
  10.         CLfunc void INT3
  11.         CLcode
  12.         INT     3
  13.         CLret
  14.         END
  15.  
  16.